background css

35

.card {
	/* other styles */
	background: rgba(255, 255, 255, .7);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
Copy<!DOCTYPE html>
<html>
     <head>
          <title>My Website Title</title>
     </head>
     <body>
          Hello World
     </body>
</html>

Comments

Submit
0 Comments